/*初始样式*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset,figure,figcaption, table, th, td img{margin:0; padding:0; }
a, abbr, acronym, address, big, blockquote, body, caption, cite, code, dd,
dl, dt, fieldset, form, h1,time, h2, h3, h4, h5, h6, html, img, ins, kbd, label,
legend, li, ol, p, pre, q, s, samp, small, span, strike, strong, ul {margin:0; padding:0;
    border:0; outline:0; vertical-align:baseline; }
body{font:95%/1.8 'Microsoft Yahei',Arial,sans-serif;color: #252525;letter-spacing: 2px;
    background:#fff; text-align:left; margin:0 auto;font-weight:normal;}
body{min-width: 1300px;}
article, aside, details, figcaption, figure, footer, header, menu, nav, section{display:block; }
.transition{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;}
*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
button{border-radius:0;-webkit-border-radius:0px; outline:none;}
input{border-radius:0; outline:none;}
ul,li{list-style:none; }
button{cursor:pointer; }
textarea {resize :none; outline:none;}/*去掉提交框右下角箭头*/
a:link,a:visited{color:#333; text-decoration:none; }
a:hover,a:active{text-decoration:none; }
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; }
.contant{width: 1300px;padding: 0 15px;margin: 0 auto;}
/*------------------------------------------------------------------------------------------------------*/
/*公共部分开始*/
.header{
    background: #515151;
    padding: 5px 0;
}
.h-left,.h-right .j-m,.h-right .wx{
    float: left;
}
.h-left{
    color: #ffffff;
}
.h-left i{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/tel.png") no-repeat;
    vertical-align: middle;
}
.h-right{
    float: right;
}
.h-right,.h-right a{
    color:#B5B5B5;
}
.h-right .wx .smw{
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
}
.h-right .j-m a{
    padding-right: 15px;
    border-right: 1px solid #B5B5B5;
}
.h-right .j-m i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/fj.png") no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.h-right .wx{
    padding-left: 15px;
    position: relative;
    cursor: pointer;
    z-index: 2;
}
.h-right .wx:hover .smw{
    display: block;
}
.warp-nav{
    background: #eae8e8;
    height: 80px;
}
.nav-left{
    float: left;
}
.nav-left{
    padding-top: 15px;
	width:25%;
}
.nav-left img{
	width:100%;
	heiight:auto;
}
.nav-right{
    width: 60%;
	float:right;
    line-height: 80px;
    position: relative;
}
.nav-right::after{
    content: '';
    width: 100%;
    height: 5px;
    background: #95e2ff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.nav-right ul li{
    float: left;
    text-align: center;
}
.nav-right ul li a{
    display: block;
    font-weight: 600;
    padding:0 10px;
    font-size: 18px;
}
.nav-right ul li a:hover{
    background: #c6c4c4;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff,
    0 0 5px #fff;
}
/*公共部分结束*/
/*banner开始*/
.js-silder{
    position: relative;
    min-width: 320px;
}
.silder-scroll{
    width: 100%;
    overflow: hidden;
}
.silder-main{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.silder-main-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.silder-main-img img{
    width: 100%;
}
.js-silder-ctrl{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 7px;
}
.silder-ctrl-prev,
.silder-ctrl-next{
    position: absolute;
    bottom: 250px;
    width: 8%;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    font-family: "宋体";
    font-size: 52px;
    font-weight: 600;
    text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev{
    left: 0;
    text-align: left;
}
.silder-ctrl-next{
    right: 0;
    text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
    position: absolute;
    top: 50%;
    margin-top: -40px;
}
.silder-ctrl-prev>span{
    left: 0;
}
.silder-ctrl-next>span{
    right: 0;
}
.silder-ctrl-con{
    display: inline-block;
    width: 4%;
    padding: 10px 0;
    margin: 0 10px;
    cursor: pointer;
}
.silder-ctrl-con>span{
    display: block;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    padding: 5px 0;
    cursor: pointer;
    background-color: #e4e4e4;
}
.silder-ctrl-con.active>span{
    background-color: #797979;
}

@media (max-width: 768px){
    .silder-ctrl-prev,
    .silder-ctrl-next{
        width: 10%;
        font-size: 26px;
        margin-top: -25px;
    }
    .silder-ctrl-con{
        width: 14px;
        height: 14px;
        padding: 0;
        margin: 0 5px;
    }
    .silder-ctrl-con>span{
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        padding: 0;
    }
}
/*banner结束*/
/*首页产品推荐开始*/
.warp01{
    margin-top: 80px;
}
.warp-title{
    padding-bottom:50px;
}
.warp-title h2{
    width: 35%;
    font-size: 32px;
    margin: 0 auto;
    text-align: center;
    background: #85a8cb;
    color: #ffffff;
    padding: 5px 0;
    border-radius: 10px;
    border-bottom: 2px solid #ffffff;
    box-shadow: 0 5px 5px #d6d6d6;
}
.warp-product{
    background: #85a8cb;
}
.warp-pro-list{
    width: 33.333%;
    float: left;
    padding: 3% 4% 3% 4%;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
}
.warp-pro-list:hover{
    background: #46485c;
    border-top: 8px solid #ffffff;
    border-bottom: 8px solid #ffffff;
}
.warp-pro-list .pro-list P a{
    color: #ffffff;
}
.warp-pro-list .pro-list P:nth-child(1){
    max-height: 242px;
    overflow: hidden;
}
.warp-pro-list .pro-list P a img{
    width: 100%;
    height: auto;
}
.warp-pro-list .pro-list P:nth-child(2){
    text-align: center;
    margin-top: 15px;
    background: #535353;
    padding: 5px 0;
    font-size: 18px;
    border: 2px solid #ffffff;
    border-radius: 10px;
}
/*首页产品推荐结束*/
/*首页新闻资讯开始*/
.warp-news{
    background: #f0f3f2;
    padding: 80px 0;
}
.warp-wt h2{
    text-align: center;
    font-size: 42px;
    padding-bottom:40px;
}
.warp-wleft,.warp-wright{
    width: 50%;
    float: left;
}
.warp-wleft{
    padding-right: 50px;
}
.warp-wright{
    padding-left: 50px;
}
.warp-wright .warp-ft1{
    text-align: right;
}
.warp-ft h5{
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 30px;
}
.warp-fnl{
    background: #ffffff;
    padding: 15px 41px;
    border-radius: 45px;
    border: 1px solid #282828;
    position: relative;
    margin-bottom: 40px;
}
.warp-fnl::before{
    content: '';
    display: block;
    width: 27px;
    height: 27px;
    background: url("../images/t1.png") no-repeat;
    position: absolute;
    top: 41px;
    left: 0;
}
.warp-fnl::after{
    content: '';
    display: block;
    width: 27px;
    height: 27px;
    background: url("../images/t2.png") no-repeat;
    position: absolute;
    top: 41px;
    right: 0;
}
.warp-fnl .dd{
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    float: left;
    border-radius: 50%;
    background: #b6c6c9;
    text-align: center;
}
.warp-fnl .warp-mx{
    width:85%;
    float: left;
    padding-left: 18px;
}
.warp-fnl .warp-mx p:nth-child(1){
    font-size: 19px;
    padding-top: 15px;
    width: 96%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.warp-fnl:hover{
    font-weight: bold;
}
.warp-fnl .warp-mx p:nth-child(2){
    text-align: right;
    color: #00bcd4;
    padding-right: 20px;
    font-weight: bold;
}
/*首页新闻资讯结束*/
/*首页案例开始*/
.warp-case{
    background: url("../images/casebg.jpg") no-repeat;
    background-size: 100%;
    padding: 100px 0 80px;
}
.warp-ct{
    text-align: center;
    color: #ffffff;
}
.warp-ct h2{
    font-size: 42px;
    padding-bottom: 10px;
}
.warp-ct p{
    padding-bottom: 60px;
}
.control-box {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}
.control-box ul {
    list-style: none;
    position: relative;
}
.control-box ul li {
    position: absolute;
    top: 68px;
    cursor: pointer;
}
.prev {
    left: -15px;
}
.next {
    right: 0;
}
.bigbox {
    overflow: hidden;
    margin: auto 70px auto;
}
#switcher {
    left: 0px;
}
.content_1.content_2 {
    width: 100%;
    float: left;
}
.box {
    width: 255px;
    float: left;
}
.box .box-p{
    margin: 0 25px;
}
.box .case-img{
    padding: 15px;
    border: 1px solid rgba(163, 163, 163, 0.55);
    border-bottom: 4px solid #00bcd4;
}
.box .case-img a{
    display: block;
    height: 222px;
    overflow: hidden;
}
.box .case-img a img{
    width: 100%;
    height: auto;
}
.box .sha{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
}
.box .sha a{
    color: #fff;
}
.box:hover a{
    color: #00bcd4;
}
.case-more{
    text-align: center;
}
.case-more a{
    display: inline-block;
    background: #f44336;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 45px;
}
/*首页案例结束*/
/*首页技术支持开始*/
.warp-js{
    padding: 80px 0;
}
.warp-js .jst{
    text-align: center;
    margin-bottom: 85px;
}
.warp-js .jst h2{
    font-size: 42px;
    padding-bottom: 15px;
}
.warp-js .jst p{
    position: relative;
}
.warp-js .jst p::after{
    content: '';
    display: block;
    height: 1px;
    width: 150px;
    background: #adadad;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.warp-jsb,.warp-mkj{
	width:50%;
	float:left;
}
.warp-mkj  p{
	width:90%;
	overflow:hidden;
	-moz-box-shadow:21px -21px 0px #e6e8ea; 
	-webkit-box-shadow:21px -21px 0px #e6e8ea;
	box-shadow:21px -21px 0px #e6e8ea;
}
.warp-mkj img{
	width:100%;
	height:auto;
}
.jslistpg{
	border-bottom:1px dashed #000;
}
.jslist{
    background: #f2f2f3;
    border-radius: 9px;
    border: 1px solid #adadad;
    padding: 15px 0 15px 30px;
    -moz-box-shadow:5px 6px 0 #8f9baf;
    -webkit-box-shadow:5px 6px 0 #8f9baf;
    box-shadow:5px 6px 0 #8f9baf;
    margin: 24px 0 35px;
    cursor: pointer;
}
.jslist:hover{
    -moz-box-shadow:5px 6px 0 #e97d74;
    -webkit-box-shadow:5px 6px 0 #e97d74;
    box-shadow:5px 6px 0 #e97d74;
}
.jslist .js-txt{
    width: 90%;
    float: left;
}
.jslist .js-txt h4{
    font-size: 18px;
    padding-bottom: 5px;
}
.jslist .js-txt p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;	
}
/*首页技术支持结束*/
/*首页关于我们开始*/
.warp-ab{
    background: #1e1e2d;
    color: #ffffff;
    padding: 80px 0;
}
.warp-abt{
    text-align: center;
}
.warp-abt h2{
    font-size: 42px;
    padding-bottom: 100px;
}
.ab-left{
    float: left;
    width: 45%;
}
.ab-left h4{
    font-size: 28px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 20px;
    position: relative;
}
.ab-left h4::before{
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #405361;
    position: absolute;
    bottom: 49px;
    left: -117px;

}
.ab-left p{
    color: #87878b;
}
.ab-right{
    float: right;
}
/*首页关于我们结束*/
/*首页联系我们开始*/
.warp-lx{
    padding: 80px 0;
    background: url("../images/pattern.jpg") no-repeat;
	background-size: 100%;
    margin-top: 10px;
}
.warp-lxt h2{
    text-align: center;
    font-size: 42px;
    color: #ffffff;
}
.warp-lxb{
    padding-top: 50px;
}
.warp-lxlist{
    width: 25%;
    float: left;
    color: #ffffff;
    text-align: center;
    padding: 0 20px;
}
.warp-lxlist span{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}
.lx1 span{
    background: #00d4aa;
}
.lx2 span{
    background: #00bcd4;
}
.lx3 span{
    background: #3f70ca;
}
.lx4 span{
    background: #ada014;
}
.warp-lxlist h6{
    font-size: 24px;
    font-weight: 400;
    margin: 15px 0;
}
/*首页联系我们结束*/
/*首页部分结束*/
/*内容页banner开始*/
.banner{
    line-height: 1px;
}
.banner img{
    width: 100%;
    height: auto;
}
/*内容页banner结束*/
/*产品页开始*/
.mbx{
    background-image: linear-gradient(to right, #fff, #fff,#fff,#8a91a0);
    margin-bottom: 10px;
}

.mbx-a{
    width: 100%;
    text-align: right;
    padding: 5px 0;
}
.xmp{
    margin-top: 80px;
}
.xmp-t{
    text-align: center;
}
.xmp-t h2{
    font-size: 42px;
    padding-bottom: 10px;
}
.xmp-t p{
    position: relative;
}
.xmp-t p::after{
    content: '';
    display: block;
    width: 150px;
    height: 2px;
    background: #818998;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.xmp-box{
    margin-top: 24px;
    background-color: #ffffff; /* 浏览器不支持时显示 */
    background-image: linear-gradient(#ffffff, #d5d8dd);
}
.xmp-tb{
    background: url("../images/pg.png") no-repeat;
	background-size: 100%;
    padding-top: 80px;
}

.xmp-list{
    width: 33.3333%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
}
.xmp-list:hover a{
    font-weight: 600;
}
.xmp-list a{
    display: block;
    font-size: 20px;
    padding: 0 7%;
}
.xmp-list a p img{
    width: 100%;
    height: 100%;
}
.xmp-list a p:nth-child(1){
    height: 262px;
    overflow: hidden;
    background: #5d677b;
    border: 15px solid #9fe7e3;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
}
.xmp-list a p:nth-child(2){
    margin-top: 10px;
    position: relative;
    margin-bottom: 30px;
}
.xmp-list a p:nth-child(2)::before{
    content: '';
    display: block;
    width: 21px;
    height: 27px;
    background: #4f4f4f;
    position: absolute;
    left: 0;
    top: 0;
}
.xmp-list a p:nth-child(2)::after{
    content: '';
    display: block;
    width: 310px;
    height: 1px;
    background: #4f4f4f;
    position: absolute;
    left: 0;
    bottom: -6px;
}
/*产品页结束*/
/*技术支持开始*/
.js-b{
    background: #f3f3f3;
}
.jsb{
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0),rgba(255, 255, 255, 0),#8a91a0);
}
.js-main{
    padding-top: 80px;
	background:url("../images/dt.png") no-repeat;
}
.js-main .js-t{
    text-align: center;
}
.js-t p{
    color: #5b5e66;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 25px;
}
.js-t h2{
    font-size: 42px;
    color: #425383;
}
.news-list{
    padding-bottom: 6%;
}
.news-list .news-jsb{
    position: relative;
    cursor: pointer;
}
.news-list .news-jsb:hover .n-right{
    background: #ffffff;
}
.n-img{
    width: 25%;
}
.n-img p{
    height: 255px;
    overflow: hidden;
}
.n-img p img{
    width: 100%;
    height: auto;
}
.n-right{
    width: 80%;
    background: #f1eeee;
    position: absolute;
    left: 20%;
    bottom: 0;
    padding: 15px 30px;
    border: 1px solid #3d77e4;
}
.n-right p:nth-child(1){
    color: #747474;
    font-size: 14px;
    letter-spacing: 0;
}
.n-right p:nth-child(2){
    font-size: 18px;
    font-weight: bold;
}
.n-right p:nth-child(3){
    font-size: 14px;
    color: #747474;
}
.n-right p:nth-child(4){
    text-align: right;
}
.n-right p:nth-child(4) a{
    background: #3c76e4;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    padding: 2px 20px;
}
/*技术支持结束*/
/*产品案例开始*/
.case-main{
    padding-top: 2px;
}
.case-t h2{
    text-align: center;
    font-size: 42px;
    margin-bottom: 40px;
}
.case-fl{
    width: 50%;
    margin: 0 auto;
}
.f-list{
    width:33.333%;
    float: left;
    text-align: center;
    position: relative;
}
.f-list .f-nt{
    margin: 0 10px;
    border-left: 2px solid;
    border-right: 2px solid transparent;
    border-image: -webkit-linear-gradient(#fff, #d6d7d8,#fff) 30 30;
    border-image: -moz-linear-gradient(#fff, #d6d7d8,#fff) 30 30;
    border-image: linear-gradient(#fff, #d6d7d8,#fff) 30 30;
}
.f-list:nth-child(3) .f-nt{
    border-right: 2px solid;
    border-left: 2px solid transparent;
    border-image: -webkit-linear-gradient(#fff, #d6d7d8,#fff) 30 30;
    border-image: -moz-linear-gradient(#fff, #d6d7d8,#fff) 30 30;
    border-image: linear-gradient(#fff, #d6d7d8,#fff) 30 30;
}
.f-list .f-nt a{
    display: block;
    padding: 10px 0;
}
.f-list .f-nt a:hover{
    background: #ebeced;
    box-shadow:0 0 8px #8d8d8d inset;
}
.f-active .f-nt a{
    background: #ebeced;
    box-shadow:0 0 8px #8d8d8d inset;
}
.f-list .f-nt a p:nth-child(2){
    font-weight: bold;
}
.case-warp{
    background: #f5f3f3;
    margin-top: 10px;
}
.case-line{
    border-top: 2px solid #b5b6b7;
    padding-top: 60px;
    border-image: -webkit-linear-gradient(#d6d7d8,#d6d7d8) 30 30;
}
.case-list{
    background: #e5edfe;
    padding-left: 60px;
    border-radius: 10px;
    border: 1px solid rgba(141, 145, 151, 0.64);
    margin-bottom: 60px;
}
.case-list .case-left{
    width: 90%;
    float: left;
    padding: 32px 60px 32px 0;
}
.case-list .case-right{
    width: 10%;
    float: left;
    text-align: center;
    padding: 70px 0;
    background: #73aefc;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.case-list .case-left h5 a{
    display: block;
    font-size: 18px;
    color: #426ca4;
    margin-bottom: 10px;
}
.case-list .case-left p{
    font-weight: bold;
    color: #484848;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.case-list .case-left span{
    display: inline-block;
    font-weight: bold;
    margin-top: 7px;
    letter-spacing: 0;
    color: #6c6c6c;
}
.case-list .case-right a{
    font-weight: bold;
    color: #ffffff;
    position: relative;
    font-size: 18px;
}
.case-list .case-right a::after{
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: -8px;
    left: 4px;
}
/*公司资讯开始*/
/*公司资讯结束*/
.wap{
    background: #f5f3f3;
}
/*产品案例结束*/
/*公司资讯开始*/
.wap{
    /*padding-bottom: 80px;*/
}
.gz-ban{
    position: relative;
}
.gz-t{
    background: #ffffff;
    width: 50%;
    position: absolute;
    bottom: -2%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.gz-a{
    width: 84%;
    padding: 10px 0;
    float: left;
}
.gz-t a{
    display: inline-block;
    width: 47%;
    padding: 10px 0;
    text-align: center;
    color: #474747;
}
.gz-t a:nth-child(1){
    margin-left: 20px;
    position: relative;
}
.gz-t a:nth-child(1)::after{
    content: '';
    display: block;
    width: 1px;
    height: 60px;
    background: #c5c5c5;
    position: absolute;
    top: 30px;
    left: 100.7%;
}
.gz-t a .gz-title{
    font-size: 28px;
    font-weight: bold;
}
.gz-t a .gz-en{
    text-transform: uppercase;
    letter-spacing: 0;
}
.gz-t a div{
    margin: 0 10px;
    padding: 10px 0;
}
.gz-t .gz-active div{
    border: 1px solid #828282;
    border-radius: 10px;
    background: #e8e6e6;
    box-shadow: 0 0 5px #626262 inset;
}
.gz-t span{
    display: inline-block;
    background: #425383;
    width: 16%;
    float: left;
    text-align: center;
    padding: 43px 0;
}
.gz-main{
    margin-top: 80px;
}
.gz-title{
    text-align: center;
    color: #474747;
}
.gz-title p{
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0;
}
.gz-title h2{
    font-size: 32px;
    color: #425383;
}
.gz-warp{
    background: #dae7ef;
    box-shadow: 0 -2px 20px 17px #dae7ef;
    margin-top: 40px;
}
.gz-wp{
    padding: 50px 0;
}
.gz-list{
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 50px;
    box-shadow: 0 -2px 12px 9px #c7dcea;
    cursor: pointer;
}
.gz-list:hover{
    background: #f4f1f3;
}
.gz-list:hover .gz-txt h5 a{
    color: #474747;
}
.gz-list .gz-img{
    width: 15%;
    float: left;
}
.gz-list .gz-img p{
    height: 146px;
    overflow: hidden;
}
.gz-list .gz-img img{
    width: 100%;
    height: auto;
}
.gz-list .gz-txt{
    width: 80%;
    float: left;
    padding-left: 30px;
}
.gz-list .gz-txt h5 a{
    display: inline-block;
    padding-bottom: 10px;
    color: #425383;
    font-size: 20px;
}
.gz-list .gz-txt p{
    color: #727171;
}
.gz-list .gz-txt span{
    font-size: 18px;
    color: #999999;
    display: inline-block;
    padding-top: 10px;
}
/*公司资讯结束*/
/*关于我们开始*/
.ab-warp{
    background: #f3f3f3;
}
.ab-a{
    position: relative;
}
.ab-b{
    width: 70%;
    position: absolute;
    bottom: 46px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.videolist {
    position:relative;
    float:left;
    width:33.333%;
    height:auto;
    text-align: center;
}
.videolist .ab-img{
    margin: 0 60px;
    background: #ffffff;
    padding: 17px;
    border-radius: 10px;
}
.videolist .ab-img img{
    width: 100%;
    height: auto;
}
.videolist .ab-img p:nth-child(2){
    color: #ffffff;
    background: #1a65d5;
    padding: 8px 0;
    margin: 10px 30px 0;
    border-radius: 5px;
    font-weight: bold;
}
.videolist:hover{
    cursor: pointer;
}
.videoed {
    display:none;
    width:50px;
    height:50px;
    position: absolute;
    left:45%; top:45%;
    z-index:99;
    border-radius:100%;
}
.videos{
    display:none;
    border: 1px solid #080808;
    position:fixed;
    left:50%;
    top:50%;
    margin-left:-320px;
    margin-top:-210px;
    z-index:100;
    width:640px;
    height:360px;
}
.vclose {
    position:absolute;
    right:1%;
    top:1%;
    border-radius:100%;
    cursor: pointer;
}
.ab-xtt{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #1b1b1b;
}
.ab-c{
    padding-bottom: 17%;
}
.ab-c .ab-m{
    text-align: center;
    padding: 50px 0 69px;
}
.ab-c .ab-m h4{
    font-size: 32px;
}
.ab-c .ab-m h4 span{
    color: #ef6d1a;
    padding-right: 15px;
}
.ab-c .ab-m p{
    font-size: 24px;
    font-weight: bold;
}
.abng{
    width: 55%;
    position: relative;
}
.abng .abpng{
    text-align: center;
}
.abng .abpng img{
    width: 75%;
    height: auto;
}
.ab-k h5{
    font-size: 18px;
    position: relative;
}
.ab-k h5::before{
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background: #ef6d1a;
    border-radius: 50%;
    position: absolute;
    left: -37px;
    top: 5px;
}
.ab-k strong{
    display: inline-block;
    position: relative;
    font-size: 18px;
}
.ab-k strong::before{
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background: #ef6d1a;
    border-radius: 50%;
    position: absolute;
    left: -37px;
    top: 5px;
}
.abng .ab-k{
    position: absolute;
    width: 62%;
}
.abng .ab-n1{
    right: -335px;
    top: -19px;
}
.abng .ab-n2{
    right: -415px;
    top: 32px;
}
.abng .ab-n3{
    right: -487px;
    top: 145px;
}
.abng .ab-n4{
    right: -489px;
    top: 258px;
}
.abng .ab-n5{
    right: -396px;
    top: 392px;
}
/*关于我们结束*/
/*内容页开始*/
.text-main{
    padding: 80px 100px;
}
.pn-title {
    text-align: center;
    padding-bottom: 20px;
    color: #666;
    font-size: 14px;
}
.pn-title h3 {
    font-size: 24px;
    padding-bottom: 15px;
}
.text{
    width: 80%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
}
.prony_det_r{
    width: 20%;
    float: left;
    margin-bottom: 20px;
    border: 1px solid #F0F0F0;
}
.prony_detbox p {
    padding: 10px 0;
    line-height: 30px;
    font-size: 15px;
    text-indent: 25px;
    color: #333;
}
.prony_detbox p img, .prony_detbox div img {
    max-width: 100%;
    height: auto;
    margin: 7px 0px 7px -2em;
}
.cwcpro {
    width: 100%;
    overflow: hidden;
}
.caseprotit a, .caseprotit {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 46px;
    text-indent: 40px;
    background: #8a91a0;
}
.cwcpro li {
    width: 90%;
    margin: 0 5% 10px;
    text-align: center;
    margin-top: 15px;
}
.cwcpro a {
    line-height: 30px;
}
.cwcpro li img {
    width: 100%;
    height: auto;
}
.newsl {
    padding: 12px 10px;
    border-top: none;
}
.newsl li {
    line-height: 26px;
    margin: 0px 0 8px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.newsl li span{
	background-color: #FF9900;
    color: #ffffff;
	padding: 0 6px;
	margin-right: 6px;
}
.newsl li a {
    font-size: 14px;
    color: #333;
}










/*内容页结束*/
/*分页列表样式开始*/
.next{
    text-align: center;
    padding: 10px 0 30px;
    line-height: 37px;
}
.next a, b {
    font-size: 14px;
    border: 1px solid #a9a9a9;
    color: #000000;
    padding: 5px 10px;
}
.next a b{
    border: 1px solid transparent;
}
.next b {
    color: #000;
    font-weight: 600;
}
/*分页列表样式结束*/
/*底部foot开始*/
.footer{
    padding: 80px 0 30px;
    background: #212331;
    color: #ffffff;
}
.foot .fwt{
    width: 19.666%;
    float: left;
    padding: 0 6px;
}
.f1 ,.f6{
    text-align: center;
}
.f2 p:nth-child(1),.f3 p:nth-child(1){
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}
.f2 p,.f3 p{
    font-size: 14px;
    color: #99a9b5;
}
.f2 p a{
	color:#bbb5b5;
}
.f4 p{
    border: 1px solid rgba(57, 64, 80, 0.78);
    margin-bottom: 20px;
    padding: 2px 0 2px 20px;
    border-radius: 4px;
    cursor: pointer;
}
.f4 p:hover{
    border: 1px solid #00bcd4;
}
.f4 p a{
    color: #ffffff;
}
.f5 p{
    color: #f44336;
    font-size: 17px;
    padding: 22px 0 30px;
}
.f5 p:nth-child(3){
    margin-top: 15px;
    border: 1px solid rgba(57, 64, 80, 0.78);
    border-right: 35px solid rgba(57, 64, 80, 0.78);
    font-size: 14px;
    padding: 5px 0 5px 15px;
    letter-spacing: 0;
}
.f5 p:nth-child(3) a{
    color: #99a9b5;
}
/*底部foot结束*/
/*友情链接开始*/
.friends{
    background: #181828;
    padding: 20px 0;
    color: #99a9b5;
}
.friends a{
    color: #99a9b5;
    margin: 0 10px;
}
/*友情链接结束*/
.bh {
    display: none;
    width: 100%;
    background: #ffffff;
    margin: 20px 0;
}
.bh a:nth-child(1) {
    width: 29%;
}
.bh a {
    display: block;
    float: left;
}
.bh a:nth-child(2) {
    width: 69%;
}
.bh .im1 {
    width: 100%;
    height: auto;
}
.bh .im2 {
    width: 100%;
    height: auto;
}
.media-cp{
	display:none;
}
@media screen and (max-width:540px){
	body{
		min-width:100%;
	}
	.contant,.warp-pro-list,.text{
		width:100%;
	}
	.nav-right,.js-silder,.warp-news,.warp-case,.warp-js,.warp-ab,.warp-lx,.footer,.friends,.banner,.mbx,.prony_det_r,.warp-pro{
		display:none;
	}
	.warp-title h2{
		width: 100%;
        font-size: 20px;
	}
	.text-main{
		padding:0;
	}
	.prony_detbox p img{
		width:100%!important;
		height:auto!important;
	}
	.text{
		padding-right:0;
	}
	.bh,.media-cp{
		display:block;
	}
	.prony_detbox p video,.prony_detbox p embed{
		width:93%;
		height:auto;
	}
}




